home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / ASTcl 1.0 / ASTcl-1.0 / ASTcl.h < prev    next >
Encoding:
Text File  |  1996-09-28  |  446 b   |  17 lines

  1. /*
  2.  * ASTcl -- DoAppleScript package for MacTcl 7.5.1
  3.  * This code adds the command "DoAppleScript <script>" to MacTcl.
  4.  *
  5.  * ASTcl.h -- header file for ASTcl.c
  6.  * Written on 960927.
  7.  * 
  8.  * Copyright (c) 1996 by Theodore C. Belding
  9.  * University of Michigan Program for the Study of Complex Systems
  10.  * <mailto:Ted.Belding@umich.edu>
  11.  * <http://www-personal.engin.umich.edu>
  12.  * 
  13.  * This code is freeware.
  14.  */
  15.  
  16. int ASTcl_Init(Tcl_Interp *interp);
  17.